From e71f7d713e652ed0db4828b9c3e841766073922c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 28 Dec 2015 14:41:33 -0500 Subject: [PATCH] Add a transfer annotation This was confusing me momentarily, so add an explicit annotation. --- gtk/gtkcssstyleproperty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c index 6cf0ccf1d3..e4d3f8f5dc 100644 --- a/gtk/gtkcssstyleproperty.c +++ b/gtk/gtkcssstyleproperty.c @@ -385,7 +385,7 @@ _gtk_css_style_property_get_id (GtkCssStyleProperty *property) * [CSS Documentation](http://www.w3.org/TR/css3-cascade/#intial) * for an explanation of this concept. * - * Returns: a reference to the initial value. The value will never change. + * Returns: (transfer none): the initial value. The value will never change. **/ GtkCssValue * _gtk_css_style_property_get_initial_value (GtkCssStyleProperty *property) -- 2.30.2